home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 34 / CD Expert nº 34.iso / Kyodai Mahjonng / _SETUP.1 / kyodai3dx.exe / 0 / RCDATA / TREGISTERWINDOW / TREGISTERWINDOW.txt
Text File  |  1997-12-01  |  1KB  |  77 lines

  1. object RegisterWindow: TRegisterWindow
  2.   Left = 212
  3.   Top = 195
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'RegisterWindow'
  8.   ClientHeight = 194
  9.   ClientWidth = 362
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 16
  18.     Top = 16
  19.     Width = 329
  20.     Height = 49
  21.     Caption = 'User Name'
  22.     TabOrder = 0
  23.     object Edit1: TEdit
  24.       Left = 8
  25.       Top = 16
  26.       Width = 313
  27.       Height = 21
  28.       TabOrder = 0
  29.     end
  30.   end
  31.   object GroupBox2: TGroupBox
  32.     Left = 16
  33.     Top = 80
  34.     Width = 329
  35.     Height = 49
  36.     Caption = 'Password'
  37.     TabOrder = 1
  38.     object Edit2: TEdit
  39.       Left = 8
  40.       Top = 16
  41.       Width = 313
  42.       Height = 21
  43.       TabOrder = 0
  44.     end
  45.   end
  46.   object Button1: TButton
  47.     Left = 16
  48.     Top = 144
  49.     Width = 169
  50.     Height = 33
  51.     Caption = 'Register'
  52.     Default = True
  53.     Font.Color = clWindowText
  54.     Font.Height = -19
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ModalResult = 1
  58.     ParentFont = False
  59.     TabOrder = 2
  60.   end
  61.   object Button2: TButton
  62.     Left = 192
  63.     Top = 144
  64.     Width = 153
  65.     Height = 33
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     Font.Color = clWindowText
  69.     Font.Height = -19
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ModalResult = 2
  73.     ParentFont = False
  74.     TabOrder = 3
  75.   end
  76. end
  77.